Skip to main content

All Questions

Tagged with
0votes
1answer
127views

How to filter HTML Event in Native PHP7

i want to creating xss filter for my own project, this is for html event filtering preg_replace("/ on\w+='[^']*'/i", '', preg_replace('/ on\w+="[^"]*"/i', '', $framed)); but considering to more ...
Reyhan Fabiano's user avatar

close